home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / Flash8-en.exe / Macromedia Flash 8.msi / Binary.ISSELFREG.DLL < prev    next >
Encoding:
Text File  |  2005-08-31  |  175 b   |  6 lines

  1. Sub ShowReadMe()
  2.     dim objShell
  3.     set objShell = CreateObject("Shell.Application")
  4.     objShell.ShellExecute "c:\Readme.htm", "", "", "open", 1
  5.     set objShell = nothing
  6. End Sub